home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / disk / misc / xfs208b.lha / xfs208_beta / FILE1 < prev    next >
Text File  |  1997-11-16  |  501b  |  23 lines

  1. /* X file system entry
  2.  *
  3.  * This mount file enables reading and writing of virtual disks
  4.  * which exist as files (disk images) on other disks.
  5.  */
  6.  
  7. FileSystem     = L:xfsd
  8. Device         = file.device
  9. Unit           = 1
  10. Flags          = 0
  11. Surfaces       = 2
  12. BlocksPerTrack = 11
  13. Reserved       = 0
  14. Interleave     = 0
  15. LowCyl         = 0
  16. HighCyl        = 79
  17. Buffers        = 15
  18. BufMemType     = 1
  19. StackSize      = 16000
  20. Priority       = 8
  21. GlobVec        = -1
  22. DosType        = 0x444F5300 /* 'DOS\x00' */
  23.